home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk102 / djclock / clockrexxexamples.lzh / injectad.rexx < prev    next >
OS/2 REXX Batch file  |  1989-05-04  |  148b  |  8 lines

  1. /* rexx inject into an address */
  2. options results
  3. address clockdj
  4. getactivewindow
  5. window = result
  6. delay 5000
  7. inject window 'This is a test message'
  8.